home *** CD-ROM | disk | FTP | other *** search
/ Building Homes of Our Own / Building Homes of our Own.iso / setup / data1.cab / Everything / loadIn.dxr / exitFrameScripts_10.ls < prev    next >
Encoding:
Text File  |  2002-09-25  |  115 b   |  7 lines

  1. on exitFrame me
  2.   global gUserDataMan
  3.   if getLoanAccepted(gUserDataMan) <> 1 then
  4.     go("00050_in")
  5.   end if
  6. end
  7.